* gtk_drag_dest_add_text_targets: (method)
* @widget: a #GtkWidget that's a drag destination
*
- * Add the text targets supported by #GtkSelection to
+ * Add the text targets supported by #GtkSelectionData to
* the target list of the drag destination. The targets
* are added with @info = 0. If you need another value,
* use gtk_target_list_add_text_targets() and
* gtk_drag_dest_add_image_targets: (method)
* @widget: a #GtkWidget that's a drag destination
*
- * Add the image targets supported by #GtkSelection to
+ * Add the image targets supported by #GtkSelectionData to
* the target list of the drag destination. The targets
* are added with @info = 0. If you need another value,
* use gtk_target_list_add_image_targets() and
* gtk_drag_dest_add_uri_targets: (method)
* @widget: a #GtkWidget that's a drag destination
*
- * Add the URI targets supported by #GtkSelection to
+ * Add the URI targets supported by #GtkSelectionData to
* the target list of the drag destination. The targets
* are added with @info = 0. If you need another value,
* use gtk_target_list_add_uri_targets() and
* gtk_drag_source_add_text_targets: (method)
* @widget: a #GtkWidget that's is a drag source
*
- * Add the text targets supported by #GtkSelection to
+ * Add the text targets supported by #GtkSelectionData to
* the target list of the drag source. The targets
* are added with @info = 0. If you need another value,
* use gtk_target_list_add_text_targets() and
* gtk_drag_source_add_image_targets: (method)
* @widget: a #GtkWidget that's is a drag source
*
- * Add the writable image targets supported by #GtkSelection to
+ * Add the writable image targets supported by #GtkSelectionData to
* the target list of the drag source. The targets
* are added with @info = 0. If you need another value,
* use gtk_target_list_add_image_targets() and
* gtk_drag_source_add_uri_targets: (method)
* @widget: a #GtkWidget that's is a drag source
*
- * Add the URI targets supported by #GtkSelection to
+ * Add the URI targets supported by #GtkSelectionData to
* the target list of the drag source. The targets
* are added with @info = 0. If you need another value,
* use gtk_target_list_add_uri_targets() and
* @list: a #GtkTargetList
* @info: an ID that will be passed back to the application
*
- * Appends the text targets supported by #GtkSelection to
+ * Appends the text targets supported by #GtkSelectionData to
* the target list. All targets are added with the same @info.
*
* Since: 2.6
* @writable: whether to add only targets for which GTK+ knows
* how to convert a pixbuf into the format
*
- * Appends the image targets supported by #GtkSelection to
+ * Appends the image targets supported by #GtkSelectionData to
* the target list. All targets are added with the same @info.
*
* Since: 2.6
* @list: a #GtkTargetList
* @info: an ID that will be passed back to the application
*
- * Appends the URI targets supported by #GtkSelection to
+ * Appends the URI targets supported by #GtkSelectionData to
* the target list. All targets are added with the same @info.
*
* Since: 2.6